Vcenter NamespaceManagement ClusterCompatibility FilterSpecV2

Vcenter NamespaceManagement ClusterCompatibility FilterSpecV2
Vcenter NamespaceManagement ClusterCompatibility FilterSpecV2

The Vcenter NamespaceManagement ClusterCompatibility FilterSpecV2 schema contains properties used to filter the results when listing clusters (see GET /vcenter/namespace-management/cluster-compatibility/v2) and their compatibility information.

This schema was added in vSphere API 8.0.0.1.

JSON Example
{
    "compatible": false,
    "network_provider": "string"
}
boolean
compatible
Optional

Set this flag to true to only return vSphere clusters that are currently compatible with the Namespaces feature. If set to false, both compatible and incompatible vSphere clusters will be returned.

This property was added in vSphere API 8.0.0.1.

If missing or null, both compatible and incompatible vSphere clusters will be listed.

string
network_provider
Optional

The network type that will be considered. A Supervisor can only be enabled with this network type if all hosts are compatible for this specific network type.

For more information see: Vcenter NamespaceManagement Supervisors Networks Workload NetworkType.

This property was added in vSphere API 8.0.0.1.

If missing or null, this will default to Vcenter NamespaceManagement Supervisors Networks Workload NetworkType.NSXT.